Content Library Subscriptions CreateSpecNewSubscribedLibrary

Content Library Subscriptions CreateSpecNewSubscribedLibrary
Content Library Subscriptions CreateSpecNewSubscribedLibrary

The Content Library Subscriptions CreateSpecNewSubscribedLibrary schema defines the information required to create a new subscribed library.

This schema was added in vSphere API 6.7.2.

JSON Example
{
    "name": "string",
    "description": "string",
    "storage_backings": [
        {
            "type": "string",
            "datastore_id": "string",
            "storage_uri": "string"
        }
    ],
    "automatic_sync_enabled": false,
    "on_demand": false
}
string
name
Required

Name of the subscribed library.

This property was added in vSphere API 6.7.2.

string
description
Optional

Description of the subscribed library.

This property was added in vSphere API 6.7.2.

If missing or null, the description will be an empty string.

storage_backings
Required

The list of default storage backings for this library.

The list must contain exactly one storage backing. Multiple default storage locations are not currently supported but may become supported in future releases.

This property was added in vSphere API 6.7.2.

boolean
automatic_sync_enabled
Required

Specifies whether the library should participate in automatic library synchronization.

This property was added in vSphere API 6.7.2.

boolean
on_demand
Required

Specifies whether a library item's content will be synchronized only on demand.

This property was added in vSphere API 6.7.2.